From 29dcbd74fba1c6a0610591f59a2c418542985049 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Mon, 24 Mar 2014 01:14:51 +0000 Subject: [PATCH] correct tag in gpx reader for trkpt vdop. --- gpsbabel/gpx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpx.cc b/gpsbabel/gpx.cc index 259e90e61..525bd1a33 100644 --- a/gpsbabel/gpx.cc +++ b/gpsbabel/gpx.cc @@ -429,7 +429,7 @@ tag_mapping tag_path_map[] = { { tt_hdop, 0, "/gpx/rte/rtept/hdop" }, { tt_vdop, 0, "/gpx/wpt/vdop" }, { tt_vdop, 0, "/gpx/trk/trkseg/trkpt/vdop" }, - { tt_vdop, 0, "/gpx/rte/rtept/hdop" }, + { tt_vdop, 0, "/gpx/rte/rtept/vdop" }, {(tag_type)0, 0, NULL} }; -- 2.30.2